/* 首页开始 */
.sy_banner{
    width: 100%;
    height: 937px;
    margin-top: 0;
    position: relative;
}
.sy_banner video{
    width: 100%;
    /*height: 100%;*/
}
.sy_mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(4, 14, 35,0.6);
    z-index: 2;
}
.bannertou{
    position: absolute;
    bottom: 35px;
    left: 50%;
    width: 28px;
    height: 28px;
    background-image: url(../img/window2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*transform: rotate(90deg);*/
    z-index: 2;
    -webkit-animation: bannersate 1.6s linear infinite;
	animation: bannersate 1.6s linear infinite;
}

/*image hotspot pulse*/
@-webkit-keyframes bannersate {

	25% {
		-webkit-transform: translateY(-10px);
	}

	50%,
	100% {
		-webkit-transform: translateY(0);
	}
	75% {
		-webkit-transform: translateY(10px);
	}
}

.sy_banner .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.sy_banner .swiper-container .swiper-slide {
    overflow: hidden;
    position: relative;
}
.sy_banner .swiper-container .swiper-slide img{
    width: auto !important;
    /*height: 100%;*/
    margin: 0 50%;
    transform: translateX(-50%);
}
.sy_banner .swiper-button-prev:after, .sy_banner .swiper-container-rtl .swiper-button-next:after {
    content: '';
}
.sy_banner .swiper-button-next:after,.sy_banner  .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}
.sy_banner .swiper-button-prev,.sy_banner .swiper-container-rtl .swiper-button-next {
    right: 23px;
    left: auto;
    top: auto;
    bottom: 67px;
    background-image: url(../img/right@2x.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    box-shadow: 0px 4px 13px 0px 
		rgba(8, 1, 2, 0.16);
    transition: 0.35s;
}
.sy_banner .swiper-button-next,.sy_banner  .swiper-container-rtl .swiper-button-prev {
    right: 23px;
    top: auto;
    bottom: 135px;
    left: auto;
    background-image: url(../img/left@2x.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    box-shadow: 0px 4px 13px 0px rgb(8 1 2 / 16%);
    transition: 0.35s;
}

.sy_banner .swiper-button-next,.sy_banner  .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.bannercon{
    width: 92%;
    max-width: 1400px;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 293px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 5;
}

.bannercon .spanone{
    display: block;
    font-family: Impact;
	font-size: 72px;
	color: #ffffff;
}
.bannercon .spanone i {
    display: inline-block;
    width: 18px;
	height: 18px;
	background-color: #1170ee;
    border-radius: 50%;
    margin-left: 20px;
}
.bannercon p{
    font-size: 66px;
	font-weight: bold;
	color: #ffffff;
    margin-top: 30px;  
    white-space: pre-line; 
    font-family: 'PINGFANGHEAVY' !important;
}
.bannercon .spantwo{
    font-size: 20px;
	color: #ffffff;
    margin-top: 30px;
    display: block;
}
.bannercon a{
    display: block;
    width: 155px;
	height: 44px;
	background-color: #1170ee;
	border-radius: 22px;
    font-size: 16px;
	color: #ffffff;
    line-height: 44px;
    text-align: center;
    margin-top: 35px;
}
.arrows_group{
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    z-index: 999;
}
.secondnav{
    position: fixed;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    z-index: 9992;
    cursor: pointer;
}
.secondnav img{
    width: 100%;
    height: 100%;
}

/* 关于开始 */
.aboutus{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: auto;
    padding-bottom: 138px;
    padding-top: 107px;
    background-image: url(../img/index_about_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;

}
.about_con{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.aboutleft{
    width: 46.79%;;
    height: auto;
    overflow: hidden;
}
.con_title{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con_title p{
    font-family: Impact;
	font-size: 48px;
	color: #031d41;
}
.con_title span{
    font-size: 40px;
	font-weight: bold;
	color: #031d41;
    display: block;
    margin-top: 1px;
}
.about_banner{
    width: 100%;
    height: 495px;
    overflow: hidden;
    margin-top: 140px;
    position: relative;
}
.about_swiper, .about_swiper .swiper-slide {
    width: 100% !important;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.nyabout_left .about_swiper .swiper-slide {
    padding-left: 2px;
}

.about_swiper .swiper-slide img{
    width: 100%;
    height: 100%;
}
.about_swiper .swiper-pagination{
    text-align: left;
    padding-left: 20px;
}
.about_right{
    width: 50%;
	height: auto;
	background-color: rgb(255, 255, 255,0.3);
    border-top: 4px solid #1170ee;
    padding: 68px 50px 0 0px;
}
.about_title{
    font-size: 45px;
	font-weight: bold;
    white-space: pre-line;
	color: #333333;
}
.about_shares{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 37px;
}
.about_shares span{
    display: block;
    color: #666666;
}
.about_shares span:first-child{
    font-size: 18px;
	color: #999999;
}
.about_shares span:nth-child(2){
    font-size: 30px;
	font-weight: bold;
	color: #999999;
}
.about_brief{
    margin-top: 58px;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.about_brief p{
    font-size: 20px;
	line-height: 36px;
	color: #333333;
	overflow-y: auto;
    height: 188px;
 /*   display: -webkit-box;*/
	/*-webkit-line-clamp: 6;*/
	/*-webkit-box-orient: vertical;*/
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	/*text-align: justify;*/
}
/* 整个滚动条 */
.about_brief p::-webkit-scrollbar {
    /* 对应纵向滚动条的宽度 */
    width: 6px;
    /* 对应横向滚动条的宽度 */
    height: 10px;
}

/* 滚动条上的滚动滑块 */
.about_brief p::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.08);
    border-radius: 32px;
}

/* 滚动条轨道 */
.about_brief p::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.04);
    border-radius: 32px;
}
.about_brief_p p{
    font-size: 18px;
}

.digital{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    margin-top: 65px;
}
.digital_box {
    padding-right: 40px;
    overflow: hidden;
    text-align: center;
    margin-right: 50px;
    border-right: 1px solid rgb(0, 0, 0,0.1);
}
.digital_en .digital_box {
    margin-right: 50px;
    padding-right: 50px;
}
.digital_box:last-child{
    margin-right: 0;
    border-right: 0;
}
.digital .digital_box p{
    display: inline-block;
    font-weight: bold;
	color: #1170ee;
    font-family: Impact;
	font-size: 58px;
}
.digital_en  .digital_box p{
    font-size: 52px;
}
.year{
    font-family: Impact;
	font-size: 30px;
	font-weight: 100;
	color: #1170ee;
    vertical-align:top;
	font-weight: bold;


}
.digital_box span:last-child{
    display: block;
	font-size: 18px;
	color: #333333;
    margin-top: 20px;
    white-space: pre-wrap;

}

/* 关于结束 */
/* 智慧精研 */
.skills{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 85px;
}
.accrodion{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 76px;
    position: relative; 
}


/* 首页新闻 */
.news{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url(../img/index_news_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    padding: 110px 0 107px 0;
}
.news .con_title{
    text-align: center;
}
.news_list{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 96px auto 0 !important;
}
.news_list ul{
    display: flex;
    flex-wrap: wrap;
}
.news_list ul li{
    display: inline-block;
    margin-right: 5%;
    width: 30%;
	height: auto;
}
.news_list ul li:last-child{
    margin-right: 0;
}
.news_list ul li a{
    display: block;
    width: 100%;
	height: 100%;
}
.newsimg{
    width: 100%;
	height: 314px;
    max-height: 314px;
    overflow: hidden;
    border-radius: 5px;
}
.newsimg img{
    width: 100%;
    height: 100%;
    transition: .35s;
}
.newscon{
    width: 100%;
    height: auto;
    padding: 30px 0 0 0;
}
.newscon span{
    font-size: 22px;
	color: #333333;
    margin-bottom: 27px;
    transition: .35s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newscon p{
    font-size: 20px;
	line-height: 30px;
	color: #999999;
    transition: .35s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsmore{
    font-size: 16px;
	color: #999999;
    margin-top: 42px;
    transition: .35s;
}
.news_list ul li a:hover .newsimg img{
    transform: scale(1.05);
    transition: .35s;
}
.news_list ul li a:hover .newscon span{
	color: #1170ee;
    transition: .35s;
}
.news_list ul li a:hover .newscon p{
	color: #333333;
    transition: .35s;
}
.news_list ul li a:hover .newsmore{
	color: #1170ee;
    transition: .35s;
}
.more_news{
    display: block;
    width: 167px;
	height: 55px;
	border-radius: 28px;
	border: solid 1px #bfbfbf;
    font-size: 20px;
	color: #999999;
    text-align: center;
    line-height: 55px;
    margin:82px auto 0;
}
/* 首页合作伙伴 */
.partner{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url(../img/index_partner_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    padding: 110px 0 71px 0;
}
.partner .con_title{
    text-align: center;
}
.partner .con_title p,
.partner .con_title span{
    color: #ffffff;
}
.partner_banner{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 100px auto 0 !important;
    position: relative;
    padding-bottom: 96px;
}
.partner_swiper .swiper-slide{
    width: 100% !important;
    height: auto;
    overflow: hidden;
    margin-right: 0 !important;
}
.partner_swiper  .swiper-pagination-bullet{
    width: 14px;
	height: 14px;
    background: #ffffff;
    opacity: 0.3;
}

.partner_swiper .swiper-pagination-bullet-active{
    background: #ffffff;
    opacity: 1;
}
.slide_ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.slide_ul li{
    width: 15.75%;
	height: 110px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #bfbfbf;
    margin-right: 1%;
    margin-bottom: 13px;
    overflow: hidden;
}
.slide_ul li img{
    width: 100%;
    height: 100%;
}
.slide_ul li:nth-child(6n){
    margin-right: 0;
}
/* 首页联系我们 */
.contactus{
    padding: 110px 0;
}
.contact_ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 99px;
}
.contact_ul li{
    padding: 0 30px;
    border-left: 4px solid #040e23;
}
.contact_ul li span{
    font-size: 18px;
	color: #999999;
}
.contact_ul li p{
    font-size: 30px;
	color: #040e23;
    margin-top: 16px;
}
.contact_ul li .encontactp{
    font-size: 24px;
}
.contact_form{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 59px;
    padding-bottom: 80px;
}
.contact_left{
    width: 41.29%;
    height: auto;
    overflow: hidden;
}
.contact_left .form_row{
    width: 100%;
    height: 46px;
	background-color: #f1f1f1;
    line-height: 46px;
    font-size: 16px;
	color: #333;
    margin-bottom: 10px;
    padding: 15px 20px;
    border: none;
    outline:none;
    border-radius: 5px;
    overflow: hidden;
}
.contact_left .form_row::placeholder{
    font-size: 16px;
	color: #bbbbbb;
}
.contact_left .form_textarea{
    width: 100%;
    height: 154px;
	background-color: #f1f1f1;
    padding: 15px 20px;
    border: none;
    outline:none;
    font-size: 16px;
	color: #333;
    border-radius: 5px;
    overflow: hidden;
}
.contact_left .form_textarea::placeholder{
    font-size: 16px;
	color: #bbbbbb;
}
.contact_btn{
    display: block;
    width: 166px;
    height: 40px;
    background-color: #4d4d4d;
    border-radius: 20px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    margin-top: 49px; 
    border:0;
    outline: none;
    transition: all .35s;
    cursor: pointer;
}
.contact_btn:hover{
    background-color: #1170ee;
    transition: all .35s;
}
.submit{
    display: block;
    width: 166px;
	height: 40px;
	background-color: #4d4d4d;
	border-radius: 20px;
    font-size: 16px;
	color: #ffffff;
    text-align: center;
    line-height: 40px;
    margin-top: 49px;
   
}
.contact_right{
    width: 55%;
    height: 322px;
    border-radius: 5px;
    overflow: hidden;
}
.contact_right #map{
    width: 100%;
    height: 100%;
}
.contact_right .BMapLabel{
    display: none !important;
}
/* 新闻动态页面 */
.ny_banner{
    width: 100%;
    height: 514px;
    overflow: hidden;
    margin: auto;
    background-repeat: no-repeat;
    /*background-size: 100% 100%;*/
    background-position: center center;
    position: relative;
}
.news_banner{
    background-image: url(../image/news_banner.jpg);
}

.banner_con{
    position: absolute;
    top: 269px;
    left: 50%;
    transform: translate(-50%,0);
}
.banner_con p:first-child{
    font-family: Impact;
	font-size: 48px;
	color: #ffffff;
}
.banner_con p:nth-child(2){
    font-size: 40px;
	font-weight: bold;
	color: #ffffff;
}
.baner_bottom{
    width: 100%;
	height: 82px;
	background-image: url(../img/banner_bottom_mask.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.top_bgi{
    width: 100%;
    height: 73px;
    overflow: hidden;
    background-image: url(../img/banner_bottom_mask02.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
}
.newslist{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url(../img/blue_bg_img.jpg);
    background-size: auto;
    padding-bottom: 154px;
}
.news_con ul{
    display: flex;
    flex-wrap: wrap;
}
.news_con ul li{
    display: inline-block;
    margin-right: 5%;
    width: 30%;
	height: auto;
    margin-bottom: 60px;
    transition: all .35s;
}
.news_con ul li:nth-child(3n){
    margin-right: 0;
}
.news_con ul li a{
    display: block;
    width: 100%;
	height: 100%;
    border-bottom: 2px solid #e9e9e9;
    padding-bottom: 40px;
}

.news_con .newsimg{
    width: 100%;
	height: 314px;
    max-height: 314px;
    overflow: hidden;
}
.news_con .newsimg img{
    width: 100%;
    height: 100%;
    transition: .35s;
    border-radius: 5px;
    overflow: hidden;
}
.news_con .newscon{
    width: 100%;
    height: auto;
    padding: 30px 0 0 0;
}
.news_con .newscon span{
    font-size: 22px !important;
	color: #333333;
    margin-bottom: 27px;
    transition: .35s;
}
.news_con .newscon p{
    font-size: 16px;
	color: #999999;
    background-image: url(../img/shijian02.png);
    background-repeat: no-repeat;
    background-position:center left;
    background-size: 16px 16px;
    padding-left: 24px;
}
.news_con ul li a:hover .newscon span{
    color: #1170ee;
}
.news_con ul li a:hover .newscon p{
    color: #1170ee;
    background-image: url(../img/shijian01.png);
}
.news_con ul li a:hover{
    border-bottom:2px solid #1170ee;
    transition: all .35s;
}
.newsnav{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.newsnav ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
    display: flex;
    border: solid 1px #d2d2d2;
    margin-bottom: 78px;
}
.newsnav ul li:first-child{
    border-right: solid 1px #d2d2d2;
}
.newsnav ul li:nth-child(2){
    border-right: solid 1px #d2d2d2;
}
.newsnav ul li{
    width: 466px;
	height: 52px;
    font-size: 18px;
	color: #000000;
    text-align: center;
    line-height: 52px;
    transition: all .35s;
    cursor: pointer;
}
.newsnav ul li:hover{
    background-color: #216bcf;
    color: #ffffff !important;
    transition: all .35s;
}
.liactive{
    background-color: #216bcf;
    color: #ffffff !important;
}
.allcontent .news_con{
    display: none;
}
.allcontent .news_con.select_con{
    display: block;
}
/* 新闻动态详情 */
.newsdet{
    height: auto;
    overflow: hidden;
    padding-bottom: 80px;
}
.det_title{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    padding: 45px 0 33px 0;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.det_title p{
    font-size: 32px;
	color: #000000;
}
.det_title span {
	font-size: 16px;
	color: #999999;
    display: inline-block;
    margin-top: 25px;
}
.det_con{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 40px 0 0 0;
}
.securities{
    width: 92%;
    margin: 0 auto 35px;
    height: auto;
    overflow: hidden;
    font-size: 18px;
	color: #031d41;
}
.detcontent{
    width: 92%;
    height: auto;
    overflow: hidden;
    margin: auto;
}
.detcontent p{
	font-size: 18px;
	line-height: 24px;
	color: #333333;
    white-space: pre-line;
}
.pages{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 45px;
}
.pages a{
    display: block;
    width: 100%;
    height: auto;
    line-height: 45px;
    font-size: 18px;
	color: #333333;
}
.pages a:hover{
    color: #999999;
}
.relatedcon{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 80px 0;
}
.relatedrem h1{
    font-size: 40px;
	font-weight: bold;
	color: #031d41;
    margin-bottom: 50px;
}
/* 关于凯众 */
.abouts_banner{
    background-image: url(../image/about_banner.jpg);
}
.about_swiper .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff;
    opacity: 0.8;
}
.about_swiper .swiper-pagination-bullet-active{
    background: #216bcf;
    opacity: 1;
}
.aboutCon{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url(../img/blue_bg_img.jpg);
    background-size: auto;
    padding-bottom: 154px;
}

.aboutNav{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius:5px;
    display: flex;
    border: solid 1px #d2d2d2;
    margin-bottom: 78px;
}
.aboutNav a{
    display: block;
    width: 26%;
	height: 52px;
    font-size: 18px;
	color: #000000;
    text-align: center;
    line-height: 52px;
    transition: all .35s;
    cursor: pointer;
    border-right: solid 1px #d2d2d2;
}
 .aboutNav_en_p a{
    font-size: 14px !important;
}
.aboutNav a:last-child{
    border-right: solid 0px #d2d2d2;
}
.aboutNav a:hover{
    background-color: #216bcf;
    color: #ffffff !important;
    transition: all .35s;
}
.abactive{
    background-color: #216bcf;
    color: #ffffff !important;
}
.aboutcontent{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 78px;
}
.nyabout_left{
    width: 50%;
    position: relative;
}
.nyabout_right{
    width:  46.36%;
    border-top: 0;
    padding: 50px 0px 0 0px;
    background-color: transparent;
}
.nyabout_right .about_title{
    font-size: 40px;
}
.nyabout_left .about_banner {
    width: 93%;
    height: 496px;
    overflow: hidden;
    margin-top: 0px;
    float: right;
    border-radius: 5px;
}
.abbgi{
    width: 90.6%;
	height: 404px;
	background-color: #edf2f6;
	border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 147px 0 0 17px;
}
.abbgi i{
    display: block;
    width: 1px;
	height: 45px;
	background-color: #031d41;
    margin: 0 0 15px 7px;
}
.abbgi p{
    font-size: 12px;
	letter-spacing: 1px;
	color: #031d41;
    writing-mode:vertical-lr;/*从左向右从右向左是writing-mode:vertical-rl;*/
    writing-mode:tb-lr;/*IE浏览器的从左向右从右向左是writing-mode:tb-rl；*/
}
.CorporateVision{
    width: 100%;
    height: 405px;
    overflow: hidden;
    background-image: url(../img/about_culture_bg.jpg);
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 110px 0;
}
.CorporateVision_en{
    padding: 55px 0;
}
.corporate_con{
    display: flex;
}
.corporate_left{
    width: 30%;
    height: auto;
    overflow: hidden;
    border-right: 1px solid #ffffff;
    padding-top: 59px;
}

.corporate_left p{
    font-family: Impact;
	font-size: 36px;
	color: #ffffff;
}
.corporate_left span{
    font-size: 36px;
	font-weight: bold;
	color: #ffffff;
    display: block;
    margin-top: 1px;
}
.corporate_right{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-left: 60px;
}
.corporate_right_en{
    width: 77%;
    /*margin-top: 10px !important;*/
}
.corporate_right ul li{
    display: flex;
}
.corporate_right ul li:nth-child(2){
    padding: 20px 0 0 0;
}
.corporate_right ul li:nth-child(3){
    padding: 20px 0;
}
.corporate_right ul li p{
    width: 200px;
    font-size: 30px;
	color: #ffffff;
    font-weight: bold;
}
.corporate_right ul li span{
    font-size: 26px;
	color: #ffffff;
}
.corporate_right_en  ul li span{
    width: 76%;
}
/* 发展历程 */
.develop{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 120px 0 86px 0;
    background-image: url(../img/blue_bg_img.jpg);
    background-size: auto;
}
.history{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.history_con{
    width: 100%;
    height: 660px;
    overflow: hidden;
    display: flex;
    margin-top: 60px;
    position: relative;
    padding-bottom: 100px;
}
.all_swiper{
    width: 2850px;
    height: 100%;
    position: absolute;
    left: 25%;;
    top: 0;
    overflow: hidden;
}
.all_swiper .swiper-slide{
	height: 536px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.all_swiper .swiper-slide img{
    width: 100%;
    height: 100%;
}
.history_con .swiper-pagination{
    position: absolute;
    bottom: 0 !important;
    width: 92%;
    max-width: 1400px;
    left: 13%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}
.history_con .swiper-pagination::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #1b1b1b;
}

.history_con .swiper-pagination-clickable .swiper-pagination-bullet{
    width: 50px;
    height: 70px;
    position: relative;
    background-color: transparent;
    opacity: 1;
}
.history_con .swiper-pagination-clickable .swiper-pagination-bullet-active{
    border: 0;
    outline: none;
}
.history_con .swiper-pagination-clickable .swiper-pagination-bullet .nian{
    font-size: 16px;
	color: #031d41;
}
.history_con .swiper-pagination-clickable .swiper-pagination-bullet .nian::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,0);
    width: 1px;
    height: 11px;
    background-color: #000000;
}

.history_con .swiper-pagination-all .swiper-pagination-bullet .name {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%,0);
    width: 24px;
    height: 24px;
    text-align: right;
    color: transparent;
    display: none;
    background-image: url(../img/about_courseimg.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
}
.history_con .swiper-pagination-all .swiper-pagination-bullet-active .name {
    display: block;
}
.history_con .swiper-pagination-all .swiper-pagination-bullet-active .nian::before {
    top: 44%;
    width: 3px;
}
.swiper_con{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: 92%;
	height: 160px;
	background-color: #ffffff;
    padding:23px 0;
    text-align: center;
    display: none;
}
.swiper_con i{
    display: block;
    width: 23px;
	height: 1px;
	background-color: #031d41;
    margin: 10px auto 20px;
}
.swiper_con_en i{
    margin: 10px auto 12px;
}
.swiper_con p{
    font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #031d41;
}
.swiper_con span{
    font-size: 16px;
	color: #031d41;
    width: 84%;
    margin: auto;
    display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.history_con .swiper-button-next,.history_con .swiper-button-prev {
    top: 74%;
    color: #333333;
}
.history_con .swiper-button-next:after,.history_con  .swiper-container-rtl .swiper-button-prev:after {
    font-size: 30px;
}
.history_con .swiper-button-prev:after,.history_con  .swiper-container-rtl .swiper-button-next:after {
    font-size: 30px;
}
.history_con .swiper-button-next,.history_con  .swiper-container-rtl .swiper-button-prev {
    right: 70%;
    left: auto;
}
.history_con .swiper-button-prev,.history_con  .swiper-container-rtl .swiper-button-prev {
    left: 2%;
    right: auto;
}
.history_con .swiper-slide.swiper-slide-active .swiper_con {
    display: block;
}

/* 海外愿景 */
.overseas{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 120px 0 75px 0;
    background-color: #f7f7f7;
}
.new_overseas{
    display: flex;
    justify-content: space-between;
}
.new_overseas_con{
    display: none;
    width: 940px;
    height: auto;
    overflow: hidden;
}
.new_overseas_con img{
    max-width: 940px;
    max-height: 580px;
}

.select_con{
    display: block;
}
.new_overseas .new_overseas_title{
    width: 460px;
    height: auto;
    overflow: hidden;
}
.new_overseas_title p{
    font-size: 48px;
	color: #031d41;
}
.new_overseas_title ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}
.new_overseas_title ul li{
	font-size: 30px;
    color: #031d41;
    cursor: pointer;
    opacity: 0.5;
    margin-bottom: 20px;
}
.overseasul .seasliactive{
    opacity: 1;
    font-size: 40px;
    font-weight: bold;
}
.new_overseas_title ul li:after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 14px solid #031d41;
    border-bottom: 12px solid transparent;
    vertical-align: middle;
    margin-left: 15px;
}
.map_btn{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.map_btn ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.map_btn ul li{
	font-size: 18px;
	color: #031d41;
	cursor: pointer;
	display: flex;
    align-items: baseline;
}
.map_btn2 ul{
    margin-top: 10px;
}
.map_btn2 ul li{
	font-size: 18px;
	color: #031d41;
	cursor: pointer;
	width: 27%;
	margin-bottom: 10px;
}

.map_btn ul li i{
	width: 11px;
	height: 11px;
	display: inline-block;
	margin-right: 12px;
}
.map_btn ul li span{
    display: inline-block;
}
.map_btn ul li:nth-child(1) i{
    background-color: #1170ee;
}
.map_btn ul li:nth-child(2) i{
    background-color: #8f2086;
}
.map_btn ul li:nth-child(3) i{
    background-color: #268646;
}
.map_btn ul li:nth-child(4) i{
    background-color: #864426;
}
.map_btn ul li:nth-child(5) i {
    background-color: #1170ee;
}
.map_btn2 ul li:nth-child(1) i{
    background-color: #4B44F7;
}
.map_btn2 ul li:nth-child(2) i{
    background-color: #45C57F;
}
.map_btn2 ul li:nth-child(3) i{
    background-color: #1070EA;
}
.map_btn2 ul li:nth-child(4) i{
    background-color: #116CF4;
}
.map_btn2 ul li:nth-child(5) i{
    background-color: #116CF4;
}
.map_btn2 ul li:nth-child(6) i{
    background-color: #0F70EE;
}
.map_btn ul li i.map_actice{
    color: #1170ee;
    background-color: #1170ee;
}
.map_btn ul li:hover{
    color: #1170ee;
}
.map_btn ul li:hover i{
    background-color: #1170ee;
}
.overseas_swiper{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 60px !important;
    position: relative;
    padding-bottom: 50px;
}
.overseas_swiper .swiper-slide{
    width: 456px !important;
	height: auto;
}
.overseas_swiper .swiper-slide img{
    width: 100%;
	height: 436px;
	border-radius: 5px;
	overflow: hidden;
}
.overseas_swiper .swiper-slide p{
    font-size: 16px;
	color: #031d41;
    text-align: center;
    line-height: 28px;
}
.overseas_swiper_en .swiper-slide p{
    padding: 5px 0;
    box-sizing: border-box;
    line-height: 20px;
}
.overseas_swiper .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: #216bcf;
    opacity: 0.3;
}
.overseas_swiper .swiper-pagination-bullet-active{
    background: #216bcf;
    opacity: 1;
}
/* 企业荣誉 */
.honor{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 120px 0 110px 0;
    background-image: url(../img/blue_bg_img.jpg);
    background-size: auto;
}
.honor_swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 65px;
    margin-top: 65px !important;
}
.honor_swiper .swiper-slide{
    width: 330px;
	height: 248px;
    overflow: hidden;
    border-radius: 5px;
}
.honor_swiper .swiper-slide img{
    width: 100%;
    height: 100%;
}
.honorswiper .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: #216bcf;
}
.contact_banner{
    background-image: url(../image/contact_us_banner.jpg);
}
/* 加入我们 */
.join_banner{
    background-image: url(../image/join_us_banner.jpg);
}
.joinlist{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0px 0 0px 0;
    background-image: url(../img/blue_bg_img.jpg);
    background-size: auto;
}
.jointext{
    font-size: 24px;
	color: #333333;
    line-height: 38px;
}
.join_list{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 88px !important;
}
.join_content{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.join_left{
    width: 49%;
    height: auto;
    overflow: hidden;
}
.join_left img{
    width: 100%;
    height: auto;
    max-height: 514px;
}
.join_left .join_text{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}
.join_left .join_text p{
	font-size: 24px;
	color: #333333;
}
.join_left .join_text span{
    font-size: 18px;
	line-height: 30px;
	color: #333333;
}
.join_img{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 60px auto 0;
}
.join_ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.join_ul li{
    width: 24%;
	max-height: 250px;
	float: left;
	margin-right: 1.3%;
	margin-bottom: 25px;
}
.join_ul li img{
    max-width: 100%;
    max-height: 100%;
}
.join_ul li:nth-child(4n){
	margin-right: 0px;
}

.join_list ul {
    width: 100%;
    height: auto;
}
  
/*.join_list ul li {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    padding: 0px 0px 0px 0px;*/
/*    margin-bottom: 30px;*/
/*    background-color: #f7f7f7;*/
/*	border-radius: 50px;*/
/*}*/
.recruitment_con1 {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    padding: 0 80px 0 72px;
}
.join_list ul li .recruitment_con1 .post_con {
    width: 60%;
    display: flex;
    align-items: center;
}
.join_list ul li .recruitment_con1 .post_con_en{
    width: 65%;
}

.post_con_en p:first-child {
    width: 280px !important;
}
.post_con p:first-child{
    width: 200px;
    font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.post_con p:first-child span{
    color: #1170ee;
}
.post_con p:nth-child(2){
    font-size: 18px;
	color: #666666;
    margin-left: 100px;
}
  
.post_info{
    width: 13%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post_info p{
    font-size: 18px;
	color: #666666;
}
.join_list ul li .recruitment_img {
    width: 18px;
    height: 18px;
    margin-top: 0px;
    float: right;
}
.join_list ul li .recruitment_img .shouqi{
    transform: rotate(90deg);
}
.shouqi,
.zhankai {
    width: 100%;
    height: 100%;
}
.shouqi img,
.zhankai img{
    /*width: 100%;*/
    height: 100%;
}
  
.join_list ul li .recruitment_img .shouqi {
    display: none;
}

.zhankai_con {
    width: 94%;
    height: auto;
    margin: auto;
    display: none;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.2);  
    padding: 42px 0 77px 0;
}
.zhankai_con p {
    font-size: 18px;
    color: #666666;
    line-height: 24px;
    white-space: pre-line;
    box-sizing: border-box;
}
.applyNow{
    width: 166px;
	height: 40px;
    margin-top: 60px;
	background-color: #1170ee;
	box-shadow: 0px 3px 21px 0px 
		rgba(0, 0, 0, 0.02);
	border-radius: 33px;
    font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
    /*background-image: url(../img/join_send.png);*/
    background-repeat: no-repeat;
    background-size: 21px 21px;
    background-position: 30% center;
    /*padding-left: 110px;*/
    cursor: pointer;
}
/* 联系我们 */
.contactus_ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    /* justify-content: space-between; */
    margin-top: 99px;
}
.contactus_ul2{
    margin-top: 20px;
}
.contactus_ul li{
    width: 20%;
    /* padding: 0 30px;
    margin-right: 5.6%; */
}

.contactus_ul li:nth-child(2){
    width: 30%;
}
.contactus_ul li:nth-child(4){
    width: 28%;
}

.contactus_ul li span{
    font-size: 18px;
	color: #999999;
    display: flex;
}
.contactus_ul li span img{
    width: 24px;
    height: 24px;
    line-height: 0;
    margin-right: 13px;
}

.contactus_ul li p{
    font-size: 28px;
	color: #040e23;
    margin-top: 16px;
    font-weight: bold;
}
.contactus_ul_en{
    justify-content: space-between;
}
.contactus_ul_en li{
    margin-right: 0;
    width: auto !important;
}
.contactus_ul_en li p{
    font-size: 20px ;
	color: #040e23;
    margin-top: 16px;
    font-weight: bold;
}
.contactus_ul li:hover span{
    color: #333333;
}
.deployment{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 90px 0 80px 0;
}
.overseas_text{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 24px;
}
.overseas_swiper .overseas_text .overseas_new{
    /* display: flex;
    align-items: center; */
    /* margin-bottom: 14px; */
}
.overseas_swiper .overseas_text .overseas_new p{
    font-size: 24px;
	color: #031d41;
    text-align: left;
    width: 100%;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.overseas_swiper .overseas_text .overseas_new span{
    font-size: 16px;
    color: #999999;
    display: inline-block;
    margin-top: 10px;
    line-height: 20px;
    width: 100%;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.overseas_swiper .overseas_text .overseas_en{
    display: block;
}
.overseas_swiper .overseas_text .overseas_en p{
    line-height: 34px;
}
.overseas_swiper .overseas_text .overseas_en span{
   line-height: 34px;
   margin-left: 0px;
}
.overseas_swiper .overseas_text div{
    font-size: 18px;
	color: #666666;
    margin-bottom: 10px;
	line-height: 24px;
}
.overseas_swiper .overseas_text .tel{
    background-image: url(../img/email.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 18px 18px;
    padding-left: 33px;
}
.overseas_swiper .overseas_text .address{
    background-image: url(../img/contact_abroad02.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 18px 18px;
    margin-bottom: 6px;
    padding-left: 33px;
}
/* 搜索结果页 */
.result{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url(../img/blue_bg_img.jpg);
    padding-bottom: 120px;
}
.res_content {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    margin-top: 0px;
}

.sresultcon p:first-child {
    font-size: 14px;
    line-height: 25px;
    color: #999999;
}
.sresultcon p:nth-child(2) {
    font-size: 20px;
    line-height: 35px;
    color: #333333;
}
.sresultcon p:nth-child(2) span {
    color: #fe0c0c;
}
.resultul {
    margin: 30px auto 0 !important;
}
.reslist {
    width: 100%;
    margin: 0 auto 0;
    height: auto;
    overflow: hidden;
}
.reslist ul li {
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
    border-bottom: 1px solid #DEE2E9;
}
.reslist ul li a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 41px 0px;
}
.reslist ul li a:hover .date{
    color: #1170ee;
}
.reslist ul li a:hover .newsnr span{
    color: #1170ee;
}
.date {
    font-size: 24px;
    font-weight: 400;
    color: #999999;
    opacity: 0.8;
    float: left;
    transition: all .35s;
}
.newsnr {
    float: right;
    width: 86%;
    height: auto;
    overflow: hidden;
}
.newsnr span {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    transition: all .35s;
}
/* 产品页面 */
.product_banner{
    background-image: url(../image/product_banner.jpg);
}
.prolist{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0px 0 75px 0;
    background-image: url(../img/blue_bg_img.jpg);
    background-size: auto;
}
.proinfo{
    font-size: 30px;
	font-weight: bold;
	color: #333333;
}
.protext{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 40px !important;
    
}
.protext .ductleft{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.protext .ductleft p{
    font-size: 18px;
	line-height: 30px;
	color: #333333;
    text-align: justify;
    white-space: break-spaces;
}
.procontent{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.pronav{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 55px 0 0 0;
	background-color: #ebebeb;
}
.pronav_name{
    display: flex;
    justify-content: space-between;
}
.pronav_name div,
.pronav_name a{
    display: block;
    width: 180px;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 55px;
    cursor: pointer;
}
.pronav_name div img,
.pronav_name a img{
    width: 178px;
	height: 134px;
    opacity: 0.65;
    filter: grayscale(1);
}
.pronav_name div:hover img{
    opacity: 1;
}
.pronav_name a:hover img{
     opacity: 1;
     filter: grayscale(0);
}
.pronav_name div p,
.pronav_name a p{
    width: 100%;
    font-size: 24px;
	color: #000000;
    text-align: center;
    margin-top: 20px;
}

.pronav_name .ageLi_active img{
    filter: grayscale(0);
    opacity: 1;
}
.pronav_name div.ageLi_active p{
	color: #1170ee;
}

.triangle{
    display: block;
    position: absolute;
    width: 50px;
	height:50px;
	background-color: #ffffff;
    bottom: -64px;
    left: 50%;
    transition: all .35s;
    transform: translateX(-50%) rotate(45deg);
}
.pronav_name div.ageLi_active .triangle{
    bottom: -34px;
    transition: all .35s;
}

.pro_image{
    width: 100%;
    height: auto;
    padding: 76px 0 0 0;
}
.pro_image p{
    font-size: 36px;
	font-weight: bold;
	color: #333333;
}
.maindrawing{
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.maindrawing img{
    max-width: 100%;
    max-height: 100%;
}
.productcontent .pro_image{
    display: none;
}
.productcontent .pro_image.selectprocon{
    display: block;
}
.module_con{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.module_ssss{
    position: absolute;
    top: -95px;
    left: 0;
    width: 100%;
    height: 95px;
}
.module_ul div{
    width: 50%;
    height: 740px;
    min-height: 740px;
}
.module_ul .module_text{
    background-color: #efefef;
    padding: 105px 6% 0 14%;
    float: left;
}

.module_text p{
    font-size: 36px;
	font-weight: bold;
	color: #333333;
}
.module_text span{
    font-size: 24px;
	line-height: 30px;
	color: #333333;
    display: block;
    margin-top: 28px;
    text-align: justify;
}
.module_text ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-top: 75px;
}
.module_text ul li{
    width: 50%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
	line-height: 34px;
	color: #333333;
    text-align: left;
    margin-bottom: 10px;
}
.module_text ul li::before{
    content: '';
    width: 26px;
	height: 26px;
	background-color: #1170ee;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}
.module_image{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    float: right;
}
.module_image img{
    width: 100%;
    height: 100%;
}
.module_image span{
    display: block;
    position: absolute;
    width: 50px;
	height:50px;
	background-color: #efefef;
    top: 50%;
    left: 0;
    transform: translateX(-50%) rotate(45deg);
}
.module_con:nth-child(2n+1) .module_text{
    float: right;
    padding: 105px 14% 0 94px;
}
.module_con:nth-child(2n+1) .module_image{
    float: left;
}
.module_con:nth-child(2n+1) .module_image span {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #efefef;
    top: 50%;
    right: -50px;
    left: auto;
    transform: translateX(-50%) rotate(45deg);
}
.pro_swiper {
    width: 100%;
    height: auto;
    /*overflow: hidden;*/
    position: relative;
    padding-bottom: 80px;
    margin-top: 65px !important;
    margin-bottom: 100px !important;
}
.pro_swiper .swiper{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.pro_swiper .swiper-slide{
    width: 330px;
	height: 248px;
    overflow: hidden;
}
.pro_swiper .swiper-slide img{
    width: 100%;
    height: 100%;
}
.pro_swiper .swiper-button-next,.pro_swiper  .swiper-button-prev{
    width: 56px;
    height: 56px;
}
.pro_swiper .swiper-button-prev:after, .pro_swiper .swiper-container-rtl .swiper-button-next:after,
.pro_swiper .swiper-button-next:after,.pro_swiper  .swiper-container-rtl .swiper-button-prev:after {
    content: "";
}
.pro_swiper .swiper-button-prev,.pro_swiper  .swiper-container-rtl .swiper-button-next{
    background-image: url('../img/index_product_arrows02.png');
    background-size: 56px 56px;
    background-repeat: no-repeat;
    left: -60px;
    right: auto;
    top: 42%;
}
.pro_swiper .swiper-button-next,.pro_swiper  .swiper-container-rtl .swiper-button-prev{
    background-image: url('../img/index_product_arrows01.png');
    background-size: 56px 56px;
    background-repeat: no-repeat;
    top: 42%;
    right: -60px;
    left: auto;
}
.av-image-hotspot {
    height: 30px;
    width: 30px;
    font-size: 10px;
    line-height: 38px;
    text-align: center;
    position: absolute;
    z-index: 1;
    margin: -9px 0 0 -9px;
}
.av-image-hotspot.av-image-hotspot_one {
    top: 20%;
    left: 43%;
}
.av-image-hotspot.av-image-hotspot_two {
    top: 41%;
    left: 40%;
}
.av-image-hotspot.av-image-hotspot_three {
    top: 61%;
    left: 45%;
}
.av-image-hotspot.av-image-hotspot_four {
    top: 54%;
    left: 60%;
}
.av-image-hotspot.av-image-hotspot_five {
    top: 28%;
    left: 42%;
}
.av-image-hotspot.av-image-hotspot_six {
    top: 42%;
    left: 46%;
}
.av-image-hotspot.av-image-hotspot_seven {
    top: 56%;
    left: 55%;
}
.av-image-hotspot.av-image-hotspot_eight {
    top: 65%;
    left: 62%;
}
.av-image-hotspot.av-image-hotspot_nine {
    top: 80%;
    left: 69%;
}
.av-image-hotspot.av-image-hotspot_ten {
    top: 42%;
    left: 43%;
}
.av-image-hotspot.av-image-hotspot_eleven {
    top: 50%;
    left: 52%;
}
.av-image-hotspot.av-image-hotspot_twelve {
    top: 62%;
    left: 44%;
}
.av-image-hotspot.av-image-hotspot_thirteen {
    top: 75%;
    left: 52%;
}
.av-image-hotspot.av-image-hotspot_fourteen {
    top: 24%;
    left: 42%;
}
.av-image-hotspot.av-image-hotspot_fifteen {
    top: 42%;
    left: 45%;
}
.av-image-hotspot.av-image-hotspot_sixteen {
    top: 33%;
    left: 61%;
}
.av-image-hotspot.av-image-hotspot_seventeen {
    top: 46%;
    left: 53%;
}
.av-image-hotspot.av-image-hotspot_eighteen {
    top: 15%;
    left: 40%;
}
.av-image-hotspot.av-image-hotspot_nineteen {
    top: 19%;
    left: 55%;
}
.av-image-hotspot.av-image-hotspot_twenty {
    top: 35%;
    left: 50%;
}
.av-image-hotspot.av-image-hotspot_twenty-one {
    top: 34%;
    left: 64%;
}
.av-image-hotspot.av-image-hotspot_twenty-two {
    top: 58%;
    left: 69%;
}
.av-image-hotspot.av-image-hotspot_twenty-three {
    top: 45%;
    left: 47%;
}
.av-image-hotspot.av-image-hotspot_twenty-four {
    top: 59%;
    left: 44%;
}
.av-image-hotspot.av-image-hotspot_twenty-five {
    top: 49%;
    left: 54%;
}
.av-image-hotspot.av-image-hotspot_twenty-six {
    top: 62%;
    left: 52%;
}


.av-image-hotspot_inner {
    display: block;
    border-radius: 100px;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(255, 255, 255);
    color: rgb(250, 245, 245);
    z-index: 2;
    cursor: pointer;
    text-decoration: none;
    text-indent: -200%;
    overflow: hidden;
}
.maindrawing .av-image-hotspot-pulse {
    display: block;
    background: rgb(255, 255, 255);
    border-radius: 100px;
    height: 65px;
    width: 65px;
    position: absolute;
    -webkit-animation: av_pulsate 2s ease-out infinite;
    animation: av_pulsate 2s linear infinite;
    opacity: 0;
    top: -18px;
    left: -18px;
    z-index: 1;
}
/*image hotspot pulse*/
@-webkit-keyframes av_pulsate {
    0% 		{-webkit-transform: scale(0.1); opacity: 0.0;}
    50% 	{opacity: 0.7;}
    100% 	{-webkit-transform: scale(1); opacity: 0.0;}
}

@keyframes av_pulsate {
    0% 		{transform: scale(0.1); opacity: 0.0;}
    50% 	{opacity: 0.7;}
    100% 	{transform: scale(1); opacity: 0.0;}
}
.av-image-hotspot_tips{
    width: 166px;
	height: 52px;
	background-color: #ffffff;
	box-shadow: 0px 3px 21px 0px 
		rgba(0, 0, 0, 0.15);
	border-radius: 10px;
    position: relative;
    top: -182%;
    left: -227%;
    z-index: 9;
    opacity: 0;
    transition: all .35s;
    padding: 0 10px;
}
.av-image-hotspot_tips p{
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    text-align: center;
    line-height: 52px;
    font-size: 16px;
	color: #000000;
    width: 100%;
    font-weight: normal;
}
.av-image-hotspot_tips i{
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: 20px solid #ffffff;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    bottom: -7px;
    left: 38%;  
} 
.av-image-hotspot:hover .av-image-hotspot_tips{
    opacity: 1;
    transition: all .35s;
}
/* 产品定位导航 */
.pronav_top{
    width: 100%;
    height: auto;
    background-color: #ffffff;
    position: fixed;
    top: 92px;
    left: 0;
    z-index: 999;
    display: none;
}
.pronav_top ul{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}
.pronav_top ul li {
    border-radius: 5px;
    overflow: hidden;
}
.pronav_top ul li a{
    display: block;
    padding: 10px 20px;
    color: #333333;
    font-size: 16px;
}
.pronav_top ul li.moduactive{
    background-color: #1170ee;
}
.pronav_top ul li.moduactive a{
    color: #ffffff;
}
/* 加入我们表单样式 */
.join_mask{
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}
.join_box{
    width: 100%;
	height: 740px !important;
	background-color: #ffffff;
	border-radius: 50px;
    margin-top: 5% !important;
    padding: 86px 82px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.join_close{
    width: 32px;
	height: 31px;
    position: absolute;
    top: 40px;
    right: 52px;
    background-image: url(../img/window_closed.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.guidejob{
    width: 316px;
    height: 100%;
}
.guidejob span{
    font-size: 20px;
	color: #000000;
}
.guidejob p{
    font-size: 24px;
	font-weight: bold;
	color: #000000;
    margin-top: 22px;
}
.job_form{
    width: 860px;
    height: auto;
    overflow: hidden;
}
.job_up{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.job_up div{
    width: 46.6%;
    height: auto;
    overflow: hidden;
    margin-bottom: 48px;
}
.job_up div span{
    display: block;
    font-size: 20px;
	color: #000000;
}
.job_up div input{
    width: 100%;
	height: 46px;
	background-color: #f1f1f1;
	border-radius: 5px;
    margin-top: 17px;
    line-height: 46px;
    color: #333333;
    font-size: 16px;
    border: 0;
    padding-left: 20px;
    outline: none;
}
.job_up div input::placeholder{
    font-size: 16px;
	color: #999999;
}
.job_up div:last-child{
    width: 100%;
    margin-bottom: 0;
}
.job_up div textarea{
    width: 100%;
    height: 149px;
	background-color: #f1f1f1;
	border-radius: 5px;
    border: 0;
    outline: none;
    margin-top: 17px;
    padding: 20px;
}
.job_submit{
    width: 166px;
	height: 40px;
	background-color: #1170ee;
	border-radius: 20px;
    margin-top: 45px;
    float: right;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
	color: #ffffff;
    
}
.job_submit:hover{
    color: #ffffff;
    opacity: 0.8;
}



/* 手机端隐藏内容 */
.mobile,.mobile_accor,.mo_partner,.btn,.mobile_pro{
    display: none;
}

/* 成长历程结束 */
/* 手机自适应开始 */
@media screen and (max-width: 1650px){

    
}
@media screen and (max-width: 1550px){
    
}
@media screen and (max-width: 1450px){
    
    .contactus_ul li:nth-child(4) {
        width: 30%;
    }
}
@media screen and (max-width: 1400px){
    
}
@media screen and (max-width: 1366px){
    
}
@media screen and (max-width: 1320px){
    .contactus_ul li:nth-child(4) {
        width: 31%;
    }
}

@media screen and (max-width: 1310px){
    .module_con:nth-child(2n+1) .module_text {
        padding: 105px 10% 0 94px;
    }
    .module_ul .module_text {
        padding: 105px 6% 0 12%;
    }

}
@media screen and (max-width: 1100px){
  
}
@media screen and (max-width: 768px){
    .contactus_ul2{
        margin-top: 0;
    }
    
    .join_ul li{
        width: 47%;
        margin-right: 0 !important; 
    }
    .new_overseas{
        display: block;
    }
    .new_overseas_title ul{
        display: flex;
    }
    .new_overseas_title ul li {
        font-size:20px;
        opacity: 0.5;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .overseasul .seasliactive{
        font-size:20px;
    }
    .new_overseas_title ul li:after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-left: 7px solid #031d41;
        border-bottom: 6px solid transparent;
        vertical-align: middle;
        margin-left: 5px;
    }
    .new_overseas_con{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .new_overseas_con img{
        max-width: 100%;
        max-height: 100%;
    }
    .map_btn ul{
        padding: 0 20px;
    }
    .map_btn ul li{
        font-size: 14px;    
    }
    .map_btn2 ul{
        padding: 0 0;
    }
    .map_btn2 ul li{
        width: 50%;
    }
    .join_left{
        width: 100%;
    }
    .join_content{
        display: block;
    }
    .pc_nav,.pc_partner{
        display: none;
    }
    .mobile{
        display: block;
    }
    .secondnav {
        width: 70px;
        height: 70px;
    }
    /* banner */
    .sy_banner{
        height: 220px;
    }
    .bannercon {
        width: 85%;
        top: 29%;
        left: 50%;
    }
    .bannercon .spanone i {
        display: none;
    }
    .bannercon .spanone {
        display: none;
    }
    .bannercon p {
        font-size:28px;
        margin-top: 6px;
    }
    .bannercon .spantwo {
        font-size: 14px;
        margin-top: 5px;
    }
    .bannercon a {
        display: none;
        /* width: 105px;
        height: 30px;
        background-color: #1170ee;
        border-radius: 22px;
        font-size: 12px;
        color: #ffffff;
        line-height: 30px;
        text-align: center;
        margin-top: 17px; */
    }
    .bannertou{
        display: none;
    }
    /* 关于我们 */
    .aboutus {
        padding-top: 40px;
        padding-bottom: 70px;
    }
    .about_con{
        display: block;
    }
    .aboutleft{
        width: 100%;
    }
    .con_title p{
        font-size: 24px;
    }
    .con_title span {
        font-size: 20px;
    }
    .about_banner {
        width: 100%;
        height: 248px;
        overflow: hidden;
        margin-top: 34px;
    }
    .about_swiper, .about_swiper .swiper-slide {
        width: 100% !important;
        height: 100%;
    }

    .about_swiper .swiper-slide img{
        width: 100%;
        height: 100%;
    }
    .about_right {
        width: 100%;
        padding: 44px 15px 0 0px;
        margin-top: 25px;
    }
    .about_title {
        font-size:22px;
    }
    .about_shares {
        margin-top: 18px;
    }
    .about_shares span:first-child {
        font-size: 12px;
    }
    .about_shares span:nth-child(2) {
        font-size: 15px;
    }
    .about_brief {
        margin-top: 30px;
    }
    .about_brief p {
        font-size: 12px;
        line-height: 20px;
    }
    .digital .digital_box p {
        font-size: 30px;
        margin: 0 !important;
    }
    .digital_en .digital_box p{
        font-size: 30px;
        margin: 0 !important;
    }
    .digital {
        margin-top: 32px;
    }
    .digital_box {
        padding-right: 16px;
        text-align: left;
        margin-right: 15px;
    }
    .digital_en .digital_box {
        margin-right: 34px;
    }
    .digital_en .digital_box:last-child {
        margin-right: 0;
        border-right: 0;
    }
    .digital_box span:last-child {
        display: block;
        font-size: 12px;
        color: #333333;
        margin-top: 12px;
    }
    .year{
        font-size: 12px;
    }
    .skills {
        padding-top: 40px;
    }
    .accrodion {
        margin-top: 36px;
    }
    .accrodion-group{
        display: none;
    }
    .mobile_accor{
        display: block;
        width: 92%;
        margin: auto;
        height: auto;
        overflow: hidden;
    }
    .mobile_accor ul{
        width: 100%;
        height: auto;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
    }
    .mobile_accor ul li{
        width: 46%;
        height: 123px;
        margin-right: 8%;
        margin-bottom: 25px;
    }
    .mobile_accor ul li:nth-child(2n){
        margin-right: 0;
    }
    .mobile_accor ul li a{
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .mobile_accor ul li a div{
        width: 100%;
        height: 100%;
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(17, 112, 238 , 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
    }
    .mobile_accor ul li a img{
        width: 100%;
        height: 100%;
    }
    .news {
        padding: 40px 0 53px 0;
    }
    .news_list {
        margin: 48px auto 0 !important;
        position: relative;
    }
    
    .news_list ul li {
        display: inline-block;
        margin-right: 0px;
        width: 100%;
        height: 417px;
    }
    .newsimg {
        height: 243px;
        max-height: 243px;
    }
    .newscon {
        padding: 15px 0 0 0;
        height: 170px;
        background-color: #fff;
    }
    .newscon span {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 14px;
        display: block;
        height: 43px;
    }
    .newscon p {
        font-size: 14px;
        color: #333333;
        line-height: 22px;
    }
    .newsmore {
        font-size: 14px;
        margin-top: 20px;
    }
   
    .more_news {
        display: block;
        width: 115px;
        height: 38px;
        border-radius: 28px;
        border: solid 1px #bfbfbf;
        font-size: 12px;
        line-height: 38px;
        margin: 35px auto 0;
    }
    .news .con_title ,.partner .con_title{
        text-align: left;
    }
    /* 移动端新闻列表 */
    .news_list ul {
        display: block;
        height: 417px;
        position: relative;
        overflow: hidden;
    }
    .item {
        /* 叠在一起 */
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .btn {
        position: absolute;
        width: 25px;
        height: 25px;
        display: block;
        top: 30%;
        cursor: pointer;
        border: none;
        /* 防止被盖住按钮 */
        z-index: 9999;
        border-radius: 50%;
        overflow: hidden;
        outline: none;
    }
    #goNext{
        right: 11px;
    }
    #goPre{
        left: 11px;
    }
    .btn img{
        width: 100%;
        height: 100%;
    }
    .item.active {
        z-index: 1000;
    }


    /* 合作伙伴 */
    .partner {
        padding: 40px 0 35px 0;
    }
    .mo_partner{
        display: block;
    }
    .slide_ul li{
        width: 32%;
        height: 55px;
        margin-right: 2%;
    }
    .slide_ul li:nth-child(3n){
        margin-right: 0;
    }
    .slide_ul li img{
        width: 100%;
        height: 100%;
    }
    .partner_swiper .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
    }
    .partner_banner {
        margin: 50px auto 0 !important;
        padding-bottom: 35px;
    }
    .contactus {
        padding: 55px 0;
    }
    .contact_ul{
        margin-top: 50px;
        display: block;
    }
    .contact_ul li {
        padding: 0 15px;
        border-left: 2px solid #040e23;
        margin-bottom: 25px;
    }
    .contact_ul li:last-child{
        margin-bottom: 0;
    }
    .contact_ul li span {
        font-size: 12px;
    }
    .contact_ul li p {
        font-size: 15px;
        margin-top: 8px;
    }
    .contact_form {
        margin-top: 30px;
        display: block;
    }
    .contact_left {
        width: 100%;
    }
    .contact_left .form_row {
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        margin-bottom: 8px;
        padding: 7px 10px;
    }
    .contact_left .form_row::placeholder,
    .contact_left .form_textarea::placeholder{
        font-size: 12px;
    }
    .contact_left .form_textarea {
        height: 115px;
        padding: 7px 10px;
        font-size: 12px;
    }
    .submit {
        width: 107px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
        margin-top: 20px;
    }
    .contact_right{
        width: 100%;
        height: 245px;
        margin-top: 32px;
    }
    /*关于我们*/
    .ny_banner{
        height: 257px;
        background-size: cover;
    }
    .baner_bottom{
        display: none;
    }
    .top_bgi{
        display: none;
    }
    .aboutCon{
        background-image: url();
        padding-bottom: 77px;
        padding-top: 30px;
    }
    .aboutNav{
        flex-wrap: wrap;
        border: 0;
        justify-content: space-between;
    }
    .aboutNav a{
        width: 46%;
        border: 1px solid #d2d2d2;
        margin-bottom: 20px;
        border-radius: 5px;
    }
   
    .aboutNav a:last-child {
        border-right: solid 1px #d2d2d2;
        margin-bottom: 0;
    }
    .nyabout_left .about_banner {
        width: 100%;
        height: 248px;
        overflow: hidden;
        margin-top: 0px;
        float: right;
    }
    .abbgi{
        display: none;
    }
    .aboutcontent {
        margin-top:39px;
    }
    .nyabout_right {
        width:100%;
        border-top: 0 !important;
        padding: 0px 0px 0 0px !important;
        background-color: transparent;
    }
    .CorporateVision {
        height: 260px;
        background-image: url(../img/about_culture_bg.jpg);
        background-size: cover;
        background-position: center center;
        padding: 55px 0;
    }
    .CorporateVision_en{
         padding: 25px 0;
    }
    
    .corporate_con{
        flex-wrap: wrap;
    }
    .corporate_left {
        width: 100%;
        border-right: 0px solid #ffffff;
        padding-top: 0px;
    }
    .corporate_right {
        width: 100%;
        padding-left: 0px;
        margin-top: 30px;
    }
    .corporate_left p {
        font-size: 18px;
    }
    .corporate_left span {
        font-size: 18px;
        margin-top: 0px;
    }
    .corporate_right ul li p {
        width:100px;
        font-size: 14px;
    }
    .corporate_right ul li span {
        font-size: 14px;
    }
    .corporate_right_en ul li span {
        font-size: 13px;
    }
    .corporate_right ul li:nth-child(2) {
        padding: 6px 0;
    }
    .corporate_right ul li:nth-child(3) {
        padding: 6px 0;
    }
    .develop {
        padding: 43px 0 43px 0;
        background-image: url();
    }
    .history_con .swiper-pagination{
        display: none;
    }
    .all_swiper {
        width:92%;
        height: 100%;
        position: absolute;
        left: 4%;
        top: 0;
        overflow: hidden;
    }
    .all_swiper .swiper-slide {
        height:320px;
        width: 100% !important;
        position: relative;
        margin-right: 0 !important;
    }
    .swiper_con {
        display: block;
        bottom: -26px;
        width: 100%;
        height: 127px;
    }
    .all_swiper .swiper-slide img {
        height: 220px;
    }
    .swiper_con p {
        font-size: 18px;
        font-weight: bold;
    }
    .swiper_con i {
        display: block;
        width: 12px;
        height: 1px;
        margin: 5px auto 10px;
    }
    .swiper_con span {
        font-size: 12px;
        width: 73%;
    }
    .history_con .swiper-button-next, .history_con .swiper-button-prev {
        top: 90%;
    }
    .history_con .swiper-button-next, .history_con .swiper-container-rtl .swiper-button-prev {
        right: 7%;
    }
    .history_con .swiper-button-prev, .history_con .swiper-container-rtl .swiper-button-prev {
        left: 6%;
    }
    .history_con .swiper-button-next:after, .history_con .swiper-container-rtl .swiper-button-prev:after,
    .history_con .swiper-button-prev:after, .history_con .swiper-container-rtl .swiper-button-next:after{
        font-size: 26px;
    }
    .history_con {
        height: 330px;
        margin-top: 40px;
        padding-bottom: 10px;
    }
    .overseas {
        padding: 60px 0 35px 0;
    }
    .overseas_swiper {
        margin-top: 30px !important;
        padding-bottom: 25px;
    }
    .honor {
        padding: 60px 0 50px 0;
        background-image: url();
    }
    .honor_swiper {
        padding-bottom: 50px;
        margin-top: 30px !important;
    }
    .nyabout_right .about_title {
        font-size: 22px;
    }
    .banner_con {
        top: 65%;
    }
    .banner_con p:first-child {
        font-size: 24px;
    }
    .banner_con p:nth-child(2) {
        font-size: 20px;
    }
    .newslist {
        background-image: url();
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .newsnav ul {
        display: flex;
        border: solid 0px #d2d2d2;
        margin-bottom: 39px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .newsnav ul li{
        width: 45%;
        border: 1px solid #d2d2d2;
        margin-bottom: 20px;
        border-radius: 5px;
    }
    .newsnav ul li:last-child{
        margin-bottom: 0;
    }
    .news_con ul li {
        margin-right: 0%;
        width: 100%;
        margin-bottom: 30px;
        transition: all .35s;
    }
    .news_con .newsimg {
        height: 243px;
        max-height: 243px;
    }
    .news_con .newscon {
        padding: 20px 0 0 0;
    }
    .news_con .newscon span {
        font-size: 18px !important;
        margin-bottom: 14px;
        height: 48px
    }
    .news_con ul li a {
        display: block;
        padding-bottom: 20px;
    }
    .det_title {
        margin-top: 0px;
        padding: 15px 0 12px 0;
    }
    .det_title p {
        font-size: 18px;
    }
    .det_title span {
        font-size: 14px;
        margin-top: 8px;
    }
    .module_image span{
        display: none !important;
    }
    .module_image {
         background-size: 100% 100%; 
    }
    .post_con p:nth-child(2){
        display: none;
    }
    .det_con {
        padding: 20px 0 0 0;
    }
    .detcontent p {
        font-size: 15px;
        line-height: 22px;
    }
    .pages a {
        line-height: 26px;
        font-size: 15px;
    }
    .newsdet {
        padding-bottom: 40px;
    }
    .relatedcon {
        padding: 20px 0;
    }
    .relatedrem h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    /*内页产品*/
    .prolist {
        padding: 30px 0 75px 0;
        background-image: url();
        background-size: auto;
    }
    .proinfo {
        font-size: 18px;
        color: #333333;
    }
    .protext {
        margin-top: 20px !important;
        flex-wrap: wrap;
    }
    .protext .ductleft {
        width: 100%;
    }
    .protext .ductleft p {
        font-size: 14px;
        line-height: 24px;
    }
    .procontent{
        display: none;
    }
    .module_ul .module_text {
        padding: 40px 25px;
        float: left;
        height: auto;
        overflow: hidden;
    }
    .module_ul div {
        width: 100%;
        height: 279px;
        min-height: 279px;
    }
    .module_text p {
        font-size: 18px;
    }
    .module_text span {
        font-size: 12px;
        margin-top: 14px;
        line-height: 22px;
    }
    .module_text ul {
        margin-top: 20px;
    }
    .module_text ul li {
        width: 50%;
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .module_text ul li::before {
        width: 13px;
        height: 13px;
        margin-right: 10px;
    }
    .module_ul:nth-child(2n) .module_text {
        padding: 40px 25px;
    }
    .pc_proswiper{
        display: none;
    }
    .mobile_pro{
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
    }
    .mobile_pro ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .mobile_pro ul li{
        width: 45%;
        height: 124px;
        margin-bottom: 20px;
    }
    .mobile_pro ul li img{
        width:100%;
        height: 100%;
    }
    .pro_swiper {
        padding-bottom: 0px;
        margin-top: 25px !important;
        margin-bottom: 50px !important;
    }
    .joinlist {
        padding: 30px 0 60px 0;
        background-image: url();
    }
    .jointext {
        font-size: 13px;
        line-height: 22px;
    }
    .join_list {
        margin-top: 40px !important;
    }
    .post_post_infocon {
        
    }
    .post_info p{
        display: none;
    }
    .recruitment_con1 {
        height: 50px;
        padding: 0 30px 0 30px;
    }
    .recruitment_con1_en {
        padding: 0 20px 0 20px;
    }
    .post_con p:first-child {
        width: 200px;
        font-size: 16px;
        font-weight: bold;
        color: #000000;
    }
    .join_list ul li .recruitment_con1 .post_con_en{
     width: 95%;
    }
    .post_con_en p:nth-child(2) {
        font-size: 12px;
        color: #666666;
        margin-left: 0px;
        width: 55%;
    }
    .post_con_en p:first-child {
        width: 280px !important;
        font-size: 12px;
        font-weight: bold;
        color: #000000;
    }
    .post_info {
        width: 3%;
    }
    /*.join_list ul li .recruitment_img {*/
    /*    width: 15px;*/
    /*    height: 15px;*/
    /*}*/
    .join_list ul li {
        border-radius: 33px;
        margin: 0 auto 15px;
    }
    .zhankai_con {
        width: 94%;
        padding: 20px 0 30px 0;
    }
    .zhankai_con p {
        font-size: 12px;
        line-height: 20px;
    }
    .applyNow {
        width: 125px;
        height: 33px;
        margin-top: 30px;
        border-radius:15px;
        font-size: 12px;
        line-height: 33px;
        background-size: 10px 10px;
        background-position: 22% center;
        padding-left: 48px;
    }
    .contactus_ul {
        margin-top: 0px;
        flex-wrap: wrap;
    }
    .contactus_ul li {
        padding: 0 0px;
        width: 100% !important;
        margin-bottom: 10px;
    }
    .contactus_ul li:nth-child(2){
        width: 100% !important;
    }
    .contactus_ul li:nth-child(4){
        width: 100% !important;
    }
    .contactus_ul li span {
        font-size: 14px;
        align-items: center;
    }
    .contactus_ul li p {
        font-size: 18px !important;
        margin-top: 8px;
    }
    .contactus_ul li span img {
        width: 14px;
        height: 14px;
        margin-right: 7px;
    }
    .deployment {
        padding: 60px 0 20px 0;
    }
    .contact_swiper{
        padding-bottom: 60px;
    }
    .overseas_swiper .overseas_text p{
        font-size: 20px;
        line-height: 30px;
    }
    .overseas_swiper .overseas_text p span {
        font-size: 13px;
        margin-left: 5px;
    }
    .overseas_swiper .overseas_text div{
        font-size: 14px;
    }
    .overseas_swiper .swiper-slide{
        width: 100% !important;
        height: auto;
    }
    .overseas_swiper .swiper-slide img{
        width: 100%;
        height: auto;
    }
    
    .join_box{
        margin-top: 27% !important;
        flex-wrap: wrap;
        padding: 36px 20px;
        height: auto !important;
        border-radius: 25px;
    }
    .join_close {
        width: 25px;
        height: 25px;
        top: 18px;
        right: 18px;
    }
    .guidejob {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .job_form {
        width: 100%;
        margin-top: 30px;
    }
    .guidejob span {
        font-size: 14px;
        color: #000000;
    }
    .guidejob p {
        font-size: 18px;
        margin-top: 8px;
    }
    .job_up div span {
        font-size: 12px;
    }
    .job_up div input {
        height: 30px;
        margin-top: 8px;
        line-height: 30px;
        font-size: 14px;
        padding-left: 10px;
    }
    .job_up div input::placeholder{
        font-size: 14px;
    	color: #999999;
    }
    .job_up div {
        width: 100%;
        margin-bottom: 20px;
    }
    .job_up div textarea {
        height: 80px;
        margin-top: 7px;
    }
    .job_submit {
        width: 100px;
        height: 30px;
        margin-top: 16px;
        line-height: 30px;
        font-size: 13px;
    }

}
@media screen and (max-width: 450px){
    
}
@media screen and (max-width: 390px){
    .digital_box span:last-child {
        font-size: 10px;
    }
}
@media screen and (max-width: 360px){
   
}

@media screen and (max-width: 320px){
   
    
}

